This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Hi, I am trying my hand on the Domino Web Services for the first time and I'm struck in a couple of places.
I am doing the basic example of EchoTest in a web service provider for which the code is written below:
Class EchoTest
Public Function Echo (txt As String) As String
Echo = txt
End Function
End Class
I've hosted this web service on a test application on the server. My problems are as below:
1. The WSDL file generated from this web service always shows the address as localhost:
<wsdlsoap:address location="http://localhost"/>
2. While testing through the browser, I run the "http://servername/webservi.nsf/echotest?WSDL" address, I can see the SOAP address location as:
<wsdlsoap:address location="http://servername:80/webservi.nsf/echotest?OpenWebService"/>
3. I am using SoapUI 5.3.0 for testing the WebService. If I try to load the WSDL through the server address, it returns me an error of "unexpected element: TAG_END" ven though I turned off the proxy settings or I configure the proxy manually. If I load the WSDL through the physical WSDL file generated from the Domino Web Service mentioned above, I get the login page (I've set an Anonymous entry in the ACL giving manager access) which takes me local names.nsf once logged on.
I've set the Authorization in SoapUI to "No Authorization" and also tested with the Basic authorization but with no success.
Any inputs for the above will be much appreciated. We are having some deadlines to be met regarding this topic and hope everything will be resolved.
Feedback number WEBBAKSB87 created by ~Evelyn Fronuteroni on 03/25/2017
Status: Open
Comments:
Web Services through SoapUI (~Evelyn Fronute... 25.Mar.17) . . Sample code (~Lorraine Desre... 27.Mar.17) . . . . Will check (~Evelyn Fronute... 27.Mar.17) . . . . . . Worked out with help if IBM (~Evelyn Fronute... 2.Apr.17)